home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PStoryEditPref.h ----------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PStoryEditPref__
- #define __PStoryEditPref__
-
-
- #include "PMTypes.h"
-
- class PGetStoryEditPref;
-
- class PStoryEditPref
- {
-
- public:
-
- PStoryEditPref
- ( PMBool bDisplayPara,
- PMBool bDisplayStyle,
- short dSize,
- const char * sFont );
-
- PStoryEditPref(const PGetStoryEditPref& sePref);
-
- private:
-
- PStoryEditPref();
- };
-
- #endif
-
- // end of PStoryEditPref.h
-